home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11691 < prev    next >
Encoding:
Text File  |  2002-07-05  |  2.6 KB  |  85 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4.   <LINK REL="stylesheet" TYPE="text/css" HREF="%3css/default.css">
  5. </HEAD>
  6.  
  7. <script language="javascript">
  8. function selectAll()
  9. {
  10.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  11.         window.parent.frames['content_frame'].selectAll();
  12.    else
  13.         return;
  14. }
  15.  
  16. function deselectAll()
  17. {
  18.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  19.         window.parent.frames['content_frame'].deselectAll();
  20.    else
  21.         return;
  22. }
  23.  
  24.  
  25. function deleteSelected()
  26. {
  27.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  28.         window.parent.frames['content_frame'].deleteSelected();
  29.    else
  30.         return;
  31. }
  32.  
  33. function refresh()
  34. {
  35.     url = "%6";
  36.     window.parent.location = url;
  37. }
  38.  
  39.  
  40. </script>
  41.  
  42. <BODY CLASS="header" TOPMARGIN="0" MARGINHEIGHT="0" LEFTMARGIN="5" MARGINWIDTH="5">
  43.  
  44. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  45.  
  46. <SCRIPT SRC="%4js/helps.js"></SCRIPT>
  47. <SCRIPT SRC="%5js/tips.js"></SCRIPT>
  48.  
  49. <TABLE CELLSPACING="2" cellpadding=0 BORDER="0" WIDTH="100%">
  50.   <TR><TD CLASS="header"><a class="header" target="_parent" href="%2">Home</a> <span class="clsPathSeparator"> > </span></TD>
  51.   <TD class="header" ALIGN="RIGHT">  
  52.     <table border=0 cellpadding=0>
  53.     <tr valign=center>
  54.         <td class="clsButton" align=middle nowrap>
  55.         <div class="clsButton"><a target="_parent" href="%1"  onMouseOver="St(120);window.status='';return true;" onMouseOut="Ht()">New Event...</a></div>
  56.         </td>
  57.         <td class="clsButton" align=middle nowrap>
  58.         <div class="clsButton"><a href="javascript:deleteSelected();"  onMouseOver="St(121);window.status='';return true;" onMouseOut="Ht()">Delete</a></div>
  59.         </td>
  60.     </tr>
  61.     </table>
  62.   </TD>
  63.   </TR>
  64.   <TR><TD CLASS="header" valign="top"><span class="headerTitle">Events</span</TD>
  65.   <TD class="header" ALIGN="RIGHT">
  66.           <table border=0 cellpadding=0>
  67.         <tr valign=center>
  68.             <td class="clsButton" align=middle nowrap>
  69.             <div class="clsButton"><a href="javascript:selectAll();"  onMouseOver="St(122);window.status='';return true;" onMouseOut="Ht()">Select All</a></div>
  70.             </td>
  71.             <td class="clsButton" align=middle nowrap>
  72.             <div class="clsButton"><a href="javascript:deselectAll();"  onMouseOver="St(150);window.status='';return true;" onMouseOut="Ht()">Clear All</a></div>
  73.             </td>
  74.             <td class="clsButton" align=middle nowrap>
  75.             <div class="clsButton"><a href="javascript:refresh();"  onMouseOver="St(123);window.status='';return true;" onMouseOut="Ht()"> Refresh </a></div>
  76.             </td>
  77.         </tr>
  78.         </table>
  79.     </td>    
  80.   <tr>    
  81. </TABLE>
  82. </BODY>
  83.  
  84. </HTML>
  85.